projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dca2168
)
Comment change.
author
Juanma Barranquero
<lekktu@gmail.com>
Sat, 27 Oct 2007 13:38:28 +0000
(13:38 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sat, 27 Oct 2007 13:38:28 +0000
(13:38 +0000)
lib-src/emacsclient.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsclient.c
b/lib-src/emacsclient.c
index 99e0dc3ce3d6622ed7ad897a6db1c83bb4ac14f2..acc322d638add56e8a007172da617ebbb4f6b468 100644
(file)
--- a/
lib-src/emacsclient.c
+++ b/
lib-src/emacsclient.c
@@
-298,8
+298,6
@@
get_current_dir_name ()
}
#endif
-/* Message functions. */
-
#ifdef WINDOWSNT
#define REG_ROOT "SOFTWARE\\GNU\\Emacs"
@@
-440,6
+438,8
@@
w32_execvp (path, argv)
#endif /* WINDOWSNT */
+/* Display a normal or error message.
+ On Windows, use a message box if compiled as a Windows app. */
void
message (int is_error, char *message, ...)
{